Fix a copy-and-paste accident
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 8 May 2005 03:13:37 +0000 (03:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 8 May 2005 03:13:37 +0000 (03:13 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkiconview.c

index 8f088b1729c507d58936b7ba38e4c1d133c9a332..76326681ff5f0398c4c912876fc9e237254faed0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-07  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
+       by Owen Taylor.
+
 2005-05-07  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
index 8f088b1729c507d58936b7ba38e4c1d133c9a332..76326681ff5f0398c4c912876fc9e237254faed0 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-07  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
+       by Owen Taylor.
+
 2005-05-07  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
index 8f088b1729c507d58936b7ba38e4c1d133c9a332..76326681ff5f0398c4c912876fc9e237254faed0 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-07  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
+       by Owen Taylor.
+
 2005-05-07  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
index 22f1928baed7c9c9ef1496175588f3e3bf507f72..8bc4c744738a7000bc94d619f9dbf5fb05cc4dd6 100644 (file)
@@ -6370,17 +6370,7 @@ gtk_icon_view_get_drag_dest_item (GtkIconView              *icon_view,
  * 
  * Return value: whether there is an item at the given position.
  *
- * Since: 2.8/**
- * gtk_tree_view_get_dest_row_at_pos:
- * @tree_view: a #GtkTreeView
- * @drag_x: the position to determine the destination row for
- * @drag_y: the position to determine the destination row for
- * @path: Return location for the path of the highlighted row, or %NULL.
- * @pos: Return location for the drop position, or %NULL
- * 
- * Determines the destination row for a given position.
- * 
- * Return value: whether there is a row at the given position,
+ * Since: 2.8
  **/
 gboolean
 gtk_icon_view_get_dest_item_at_pos (GtkIconView              *icon_view,